inspector: Remove a bunch of unused variables
authorBenjamin Otte <otte@redhat.com>
Sat, 17 Jan 2015 01:37:36 +0000 (02:37 +0100)
committerBenjamin Otte <otte@redhat.com>
Sat, 17 Jan 2015 01:37:36 +0000 (02:37 +0100)
gtk/inspector/visual.c

index 3bde0aacb014da00db327b3a177ae5a45bce2868..d7c0037881afed8704cdf76bed1fc8a37277ce10 100644 (file)
@@ -360,8 +360,7 @@ init_cursors (GtkInspectorVisual *vis)
 {
   GHashTable *t;
   GHashTableIter iter;
-  gchar *theme, *current_theme, *path;
-  gint i, pos;
+  gchar *theme, *path;
 
   t = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL);